home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / comreset.arc / COMRESET.DOC next >
Text File  |  1992-01-10  |  2KB  |  50 lines

  1. COMRESET version 1.0 of 12/3/90
  2.  
  3. This simple program is used to initialize serial ports on an IBM
  4. PC-compatible computer.  It was designed specifically because Microsoft
  5. Windows 3.0 running in 386 Enhanced mode does not fully reset the COM
  6. ports if you use serial communications applications under Windows.  Run
  7. COMRESET to reinitialize the ports installed in your machine after you
  8. exit Windows, if you are having trouble with communications applications
  9. that normally work correctly but fail after you run Windows on your
  10. system.
  11.  
  12. List the numbers of the COM ports you want to reset on the COMRESET
  13. command line.  (Generally, you should reset all the ports that are
  14. installed in your system.)  Include only the number, and separate each
  15. with a space.  COMRESET recognizes only ports COM1 through COM4 and will
  16. exit with an error message (and without doing anything) if you specify a
  17. port that is out of range.  If a COM port is specified but does not
  18. actually exist in your system, COMRESET will note it with an error
  19. message, but other existing ports you may have specified will still be
  20. reset.
  21.  
  22. Example: To reset ports 1, 2 and 4, enter the command:
  23.  
  24. COMRESET 1 2 4
  25.  
  26. at the MS-DOS prompt.
  27.  
  28. COMRESET assumes that the serial ports are at the "standard" addresses
  29. and interrupts for COM1 through COM4:
  30.  
  31.     Device      Port      IRQ
  32.     -------------------------
  33.     COM1       03f8h        4
  34.     COM2       02f8h        3
  35.     COM3       03e8h        4
  36.     COM4       02e8h        3
  37.  
  38. Custom versions of the program to address other ports can be produced
  39. on request.
  40.  
  41. This program is a product of:
  42.  
  43.      FBN Productions
  44.      917 W. Columbia Ave.
  45.      Champaign, IL 61821
  46.  
  47. This is a free program, and you may distribute it as you desire.  For
  48. further information or source code, contact FBN Productions at the
  49. address above or through the FBN BBS at (217) 359-2874.
  50.